Spread Windows Forms 12.0 Product Documentation
AddRange(String[],String[]) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ButtonTextCollectionInfo Class > AddRange Method : AddRange(String[],String[]) Method
The key values of buttons.
The button text strings.
Add items to the ButtonTextCollectionInfo.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal keys() As String, _
   ByVal values() As String _
) 
'Usage
 
Dim instance As ButtonTextCollectionInfo
Dim keys() As String
Dim values() As String
 
instance.AddRange(keys, values)
public void AddRange( 
   string[] keys,
   string[] values
)

Parameters

keys
The key values of buttons.
values
The button text strings.
See Also

Reference

ButtonTextCollectionInfo Class
ButtonTextCollectionInfo Members
Overload List